Name | Description | |
---|---|---|
C1AdoNetCursorDataCollection<T> Constructor | Initializes a new instance of the C1AdoNetCursorDataCollection<T> class. |
The following tables list the members exposed by C1AdoNetCursorDataCollection<T>.
Name | Description | |
---|---|---|
C1AdoNetCursorDataCollection<T> Constructor | Initializes a new instance of the C1AdoNetCursorDataCollection<T> class. |
Name | Description | |
---|---|---|
Connection | Gets the connection used to get the data. | |
ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
Fields | Gets the fields that are projected in this collection. | |
FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
HasMoreItems | Gets a value that indicates whether more items can be loaded. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
IsVirtualizing | (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
Item | Overridden. | |
PageSize | Gets the size of the page. | |
SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
TableName | Gets the name of the table the collection gets the data from. |
Name | Description | |
---|---|---|
InternalList | Gets or sets the list that hold the items to be returned in the public api. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) |
Name | Description | |
---|---|---|
ConnectAsyncOverride | Overridden. | |
DetermineItemType | Determines the type of the items. | |
DisconnectAsyncOverride | When overridden, this method is used to finalize the collection. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
GetPageAsync | Overridden. | |
InsertAsyncOverride | Overridden. | |
MoveAsyncOverride | This method is called when an item is moved in the collection. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
OnFilterChanged | Called after the filter changed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
OnSortChanged | Called after the sort changed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
RemoveAsyncOverride | Overridden. | |
ReplaceAsyncOverride | Overridden. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1CursorDataCollection<T,bool>) |